home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / tsqed12.zip / ASCII.QMA next >
Text File  |  1991-09-29  |  549b  |  20 lines

  1. *
  2. * Load ascii table file
  3. * By Timo Salmi Sun 29-Sep-1991
  4. *
  5. * To compile apply QMAC ASCII.MAC ASCII.QMA /A- /B
  6. *
  7. * To use this command macro you need
  8. *  QMAC.EXE macro translator from /pc/editor/qmac215.zip
  9. *
  10. * Before compiling the macro, edit the path (c:\qed) to conform to
  11. * where you have your files.
  12. *
  13. * To make this macro available you can e.g. first invoke the main
  14. * menu (usually F10) and select Macro: Read Macro: ascii.mac. Then
  15. * you can invoke it with ALT-5.
  16.  
  17. @5 MacroBegin
  18.     EditFile 'c:\qed\ascii.txt'
  19.     Return
  20.